home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-11 | 1.4 KB | 44 lines | [TEXT/R*ch] |
- Enclosed, please find a "Database Diagnostics" procedure. Once integrated
- into the structure file of a 4D web application, it can provide information
- on the database itself, the files within that database, and the fields
- within those files.
-
- I have also included a version of the NetLink/4D Demo structure file, with
- the procedures already in place.
-
- To use this demo, you must have a recent version of ACI_PACK, and a copy
- of Foresight Technology's NetLink/4D.
-
- For best results:
-
- 1. Place the following procedures into your structure file first:
-
- - BitIsOn
- - FieldType
- - DBDHeader
- - DBDFooter
- - GeneralDBInfo
- - GeneralFileInfo
-
- 2. Next, place the rest of the procedures in the "Used by FieldAttributes"
- folder into your structure file.
-
- 3. Then place DBFieldNameList, DBFileList, and FieldAttributes into your
- structure file.
-
- 4. Lastly, place DBDiagnostics into the structure folder.
-
- 5. These procedures make extensive use of the latest version of ACI_PACK.
- I used ACI_PACK 1.8 to test them, but they should also work with
- some of the earlier versions, e.g., 1.6.
-
- I wrote all the code, and would appreciate any feedback. Feel free to give
- it away, but tell people where you found it. Thanks.
-
- -- Ed Berard
- ed@toa.com
- (301) 548-9090
- http://www.toa.com/
-
-
-